home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / tam_surum / Astronoid-v1.2.0.exe / $OUTDIR / data / scripts / lights / lumiere-warm_amb.tcl < prev    next >
Encoding:
Text File  |  2006-03-01  |  283 b   |  19 lines

  1.  
  2.  
  3.  
  4. #new n3dnode /usr/light/static_actor_light
  5. #sel /usr/light/static_actor_light
  6.  
  7. new n3dnode dlight1
  8. sel dlight1
  9.     new nlightnode light
  10.     sel light
  11.            .settype  ambient
  12.            .setcolor [ expr 0 / 255.0 ] [ expr 0 / 255.0 ] [ expr 0 / 255.0 ] 1
  13.     sel ..  
  14.  
  15. sel ..
  16.  
  17.  
  18.  
  19.